DevForce Help Reference
FilterProperties Property


Gets or sets the properties which, if their values change, will cause the Filter to be re-applied.
Syntax
'Declaration
 
Public Property FilterProperties As EntityProperty()
'Usage
 
Dim instance As EntityListManager(Of T)
Dim value() As EntityProperty
 
instance.FilterProperties = value
 
value = instance.FilterProperties
public EntityProperty[] FilterProperties {get; set;}
Remarks
If no properties are set then any changes to existing Entities will cause filtering to be re-applied.

Filter properties should be of type DataEntityProperty.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityListManager<T> Class
EntityListManager<T> Members

Send Feedback